projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf53dc
)
(Advising Primitives): Link to What Is a Function.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 13 Mar 2009 01:59:05 +0000
(
01:59
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 13 Mar 2009 01:59:05 +0000
(
01:59
+0000)
doc/lispref/advice.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/advice.texi
b/doc/lispref/advice.texi
index bb65d29bfaa3c6ed9cc4349fe67dd640afa02ce1..57cfc616f23a790b7cc5a6cdc1b4a1d816eac4ce 100644
(file)
--- a/
doc/lispref/advice.texi
+++ b/
doc/lispref/advice.texi
@@
-685,7
+685,7
@@
Instead they are implemented specially by the advice mechanism.
@section Advising Primitives
@cindex advising primitives
- Advising a primitive function (
also called a ``subr''
) is risky.
+ Advising a primitive function (
@pxref{What Is a Function}
) is risky.
Some primitive functions are used by the advice mechanism; advising
them could cause an infinite recursion. Also, many primitive
functions are called directly from C code. Calls to the primitive